home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / gamma-bros.swf / scripts / DefineSprite_2038 / frame_116 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  115 b   |  11 lines

  1. if(random(2) == 1)
  2. {
  3.    gotoAndStop("death");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndStop("death2");
  9.    play();
  10. }
  11.